home *** CD-ROM | disk | FTP | other *** search
/ Better Homes & Gardens: …oking for Today - Chicken / Image.iso / pc / recipes.dxr / 00114_SHOW ALL.ls < prev    next >
Encoding:
Text File  |  1995-11-20  |  178 b   |  9 lines

  1. on mouseDown
  2.   global gShowCurrentNote
  3.   set gShowCurrentNote to 0
  4.   set the castNum of sprite 4 to 116
  5.   set the castNum of sprite 5 to 115
  6.   updateStage()
  7.   showAllNotes()
  8. end
  9.